'宣言 Public Overloads Shared Function GetDetails( _ ByVal workspace As System.String, _ ByVal table As System.String, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal key() As System.Object, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetDetails( System.string workspace, System.string table, System.Collections.Generic.Dictionary<string,object> view, System.object[] key, System.Threading.CancellationToken cancelToken )
パラメータ
- workspace
- サーバーのファイルシステム内で、DataEngine データがファイルに保存されている場所のパス。
- table
- DataEngine テーブルの名前。
- view
- 集計を実施するために使用されるビュー定義。
- key
- 集計値(小計)を指定するキー値。%C1.PivotEngine.C1PivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)% のキーと値に関する説明を参照してください。
- cancelToken
- タスクをキャンセルできるようにします。
戻り値の型
特定の集計値に関係するソースデータオブジェクトのリスト。